public bool Export(
	string folder,
	IList<ElementId> viewIds,
	PDFExportOptions options
)
  • String
    folder
    Output folder, into which file(s) will be exported. The folder must exist.
  • IList<ElementId>
    viewIds
    Selection of ordered views to be exported. The list must contain at least one valid view.
  • options
    Various options applicable to the PDF format.
Return Value bool True if all specified views are exported successfully, False if exporting of any view fails, even if some views might have been exported successfully.